ci: Dependabot cooldown#648
Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR configures Dependabot cooldown periods to control the frequency of dependency update pull requests. The change adds cooldown settings that specify minimum waiting periods between updates based on version bump types (major, minor, patch).
Key Changes
- Added cooldown configuration with differentiated delays based on semantic versioning type
- Set a 5-day default cooldown period for all updates
- Configured longer cooldown (30 days) for major version updates and shorter periods for minor (7 days) and patch (3 days) updates
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.